Jetty killed/Motadata UI not StartingΒΆ
If Motadata UI is not coming, check first for jetty.
#ps aux | grep jetty
if not able to see jetty process, need to check hostname.
#hostname
Stop motadata service by below command.
#service motadata stop
Now change the hostname to localhost by below commands.
#hostname localhost #hostnamectl set-hostname localhost
Change hostname in /etc/hosts file also as mentioned below localhost
Now restart system once, and start motadata service.